patch-project.pbxproj:
It fixes the path to MainMenu.nib, and it also adjusts the path to look
for the compiled version of the "gpsbabel" command line executable so
you don't have to copy it into macgpsbabel in order to compile it.
patch-guibabel:
It's a minor tweak I made to eliminate the empty "wish" root window, so
that only the main dialog is shown.
29B97319FDCFA39411CA2CEA = {
isa = PBXFileReference;
lastKnownFileType = wrapper.nib;
- path = MainMenu.nib;
+ path = English.lproj/MainMenu.nib;
refType = 4;
sourceTree = "<group>";
};
F514A08D05A6164F01A80064 = {
isa = PBXFileReference;
lastKnownFileType = "compiled.mach-o.executable";
- path = gpsbabel;
+ path = ../gpsbabel;
refType = 4;
sourceTree = "<group>";
};